home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
allfiles
/
Centri
/
Centri.dir
/
00201_Script_PopScreen2
< prev
next >
Wrap
Text File
|
1999-02-25
|
885b
|
39 lines
on mouseWithin me
set the cursor of sprite the spriteNum of me to [210,211]
set the visibility of sprite 47 = TRUE
set the visibility of sprite 49 = TRUE
end
on mouseLeave me
set the cursor of sprite the spriteNum of me to -1
end
on mouseUp me
if the memberNum of sprite the spriteNum of me = 218 then
set the memberNum of sprite the spriteNum of me = 220
set the visibility of sprite 45 = TRUE
set the visibility of sprite 23 = TRUE
set the visibility of sprite 47 = TRUE
else if the memberNum of sprite the spriteNum of me = 220 then
set the memberNum of sprite the spriteNum of me = 218
set the visibility of sprite 45 = FALSE
set the visibility of sprite 23 = FALSE
set the visibility of sprite 47 = FALSE
end if
puppetSound 2, "click_Edit"
end